home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / add images.cpt / initclut.h < prev    next >
Text File  |  1989-06-21  |  510b  |  26 lines

  1. /*
  2.     initclut.h
  3.  
  4.     header for initclut.c
  5. */
  6.  
  7. #include <color.h>
  8.  
  9. #define maxintensity        0xFFFF
  10. #define rom85loc            0x028E
  11. #define twohighmask            0xC000
  12. #define max_source_level    13  /* 14 levels = 0...13, 196 colors */
  13. #define all_my_colors        256
  14.  
  15. void Init_gray_clut(void);
  16.  
  17. void init_clut_proton(void);
  18.  
  19. void init_clut_flourine(void);
  20.  
  21. void init_clut_result(void);
  22.  
  23. void myForeColor( unsigned short r, unsigned short g, unsigned short b );
  24.  
  25. void myBackColor( unsigned short r, unsigned short g, unsigned short b );
  26.